You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automated regeneration of the generated typed client core (all
endpoints) from the otari gateway OpenAPI spec. The hand-written shell
(streaming, error mapping, ergonomic methods) is unaffected.
Note: this comment was drafted by Claude via back-and-forth with @njbrake. The reasoning and decisions are his; the prose is Claude's.
Closing this as drift, not a real change.
This regen was produced by the codegen workflow before the OpenAPI Generator version was pinned through a mechanism the CLI actually honors. The @openapitools/openapi-generator-cli wrapper ignored the workflow's OPENAPI_GENERATOR_VERSION env var and resolved the latest generator (7.23.0) instead of the 7.22.0 the SDK cores were generated and validated against. The diff here is purely that generator-version difference (dropped typed sub-models, changed audio param), not an intended spec change.
mozilla-ai/otari#109 pins the generator via a committed openapitools.json (generator-cli.version: 7.22.0). Once that merges, a fresh regen is a verified no-op against the current core. No action needed on this SDK.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated regeneration of the generated typed client core (all
endpoints) from the otari gateway OpenAPI spec. The hand-written shell
(streaming, error mapping, ergonomic methods) is unaffected.
Source: mozilla-ai/otari@381ef1a
Generated by
.github/workflows/gateway-sdk-codegen.yml.